home *** CD-ROM | disk | FTP | other *** search
/ Pesquisa Dirigida / Pesquisa Dirigida.iso / JOGOS / alloy.swf / scripts / DefineSprite_422 / frame_49 / DoAction.as
Text File  |  2005-01-07  |  165b  |  11 lines

  1. checker = random(10) + 1;
  2. if(checker > 7)
  3. {
  4.    gotoAndPlay(20);
  5. }
  6. else if(checker < 4)
  7. {
  8.    gotoAndPlay(random(10) + 30);
  9.    set("../../../:looking",0);
  10. }
  11.